- D3D10_DRIVER_TYPE
alias D3D10_DRIVER_TYPE = DWORD
Undocumented in source.
- _D3D10CreateBlob
alias _D3D10CreateBlob = HRESULT function(SIZE_T NumBytes, LPD3D10BLOB ppBuffer)
Undocumented in source.
- _D3D10CreateDevice
alias _D3D10CreateDevice = HRESULT function(IDXGIAdapter pAdapter, D3D10_DRIVER_TYPE DriverType, HMODULE Software, UINT Flags, UINT SDKVersion, ID3D10Device* ppDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- _D3D10CreateDeviceAndSwapChain
alias _D3D10CreateDeviceAndSwapChain = HRESULT function(IDXGIAdapter pAdapter, D3D10_DRIVER_TYPE DriverType, HMODULE Software, UINT Flags, UINT SDKVersion, DXGI_SWAP_CHAIN_DESC* pSwapChainDesc, IDXGISwapChain* ppSwapChain, ID3D10Device* ppDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.